'Declaration Public Overloads Sub AddFiles( _
ByVal filesThe files to add.() As System.String, _
ByVal readonlyModeA value indicating whether file should be opened in readonly mode.As Boolean _
)
public void AddFiles(
System.String[] files,
bool readonlyMode
)
public: void AddFiles(
System.String[]* files,
bool readonlyMode
)
public:
void AddFiles(
array<System.String>^ files,
bool readonlyMode
)
Parameters
- files
- The files to add.
- readonlyMode
- A value indicating whether file should be opened in readonly mode.